-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
server: fix a unstable test TestInitConnect #30250
Conversation
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
/run-check_dev |
Error 1064: You have an error in your SQL syntax; check the manual that corresponds to your TiDB version for the right syntax to use line 1 column 60 near ""insert into test.ts VALUES (NOW());" |
Co-authored-by: djshow832 <zhangming@pingcap.com>
I suspect there is something wrong with the parallel execution of test case:
Which looks similiar to #30286 |
/hold |
The change seems to be incorrect. The sql should be written as And the PR is merged in Mar 31 ... for a long I never see such fail in CI, There isn't much information in the error log, if it happens again I'll take a close look. |
Agreed. Before migrating to testify, both |
Looks that we have to change them back. |
@tiancaiamao Could you try to clean up all the wrongly added |
But I still have not figured out why running in parallel could cause this problem. Each
|
Could it be that the error really is 'bad connection'? I.e. there were some issue when connecting, which did not get handled properly?
|
I would suggest to add a |
There is already a PR #30306 |
What problem does this PR solve?
Issue Number: close #30249
Problem Summary:
What is changed and how it works?
Check List
Tests
Side effects
Documentation
Release note